home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_432 / whence / whence.doc < prev    next >
Text File  |  1992-05-06  |  1KB  |  25 lines

  1.                                                                   12/25/90
  2.       Program:  whence
  3.    Programmer:  George Kerber
  4.       Written:  01/01/91
  5.        Status:  Public Domain
  6.  
  7.    Have you ever executed a program from the SHELL/CLI and wondered where
  8.    it was?  If the program executed, it was either in the current directory
  9.    or located in your currrent PATH.  WHENCE will search the current
  10.    directory and then the PATH for the filename you supply as it's argument.
  11.  
  12.    WHENCE is different from a 'FIND' command.  Find commands search an
  13.    entire drive for all copys of a specified file.  But which one is first
  14.    in your PATH? 
  15.  
  16.    WHENCE was an easy program to write, it's public domain.  WHENCE can
  17.    be freely used and distributed, but I'm not responsible for it's use
  18.    or performance.  (I hate responsibility)
  19.  
  20.  
  21.                                George Kerber
  22.                                19767 E. Linvale Drive
  23.                                Aurora, Colorado  80013
  24.                                (303) 693-2890
  25.